projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef38927
)
(default_buffer_file_coding): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Mon, 10 Aug 1998 06:29:02 +0000
(06:29 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 10 Aug 1998 06:29:02 +0000
(06:29 +0000)
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index a9a54f85e3b62c4e7acbf9950d4653356a65cb8a..f1a950d85338a5ace0a7a44b16ed130ecc7ca9f7 100644
(file)
--- a/
src/coding.h
+++ b/
src/coding.h
@@
-572,6
+572,9
@@
extern struct coding_system safe_terminal_coding;
function `set-keyboard-coding-system'. */
extern struct coding_system keyboard_coding;
+/* Default coding system to be used to write a file. */
+extern struct coding_system default_buffer_file_coding;
+
/* Default coding systems used for process I/O. */
extern Lisp_Object Vdefault_process_coding_system;